|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--cnrg.itx.ds.CustomLocationRecord
This class is used to hold customLocationID-customLocation pair retrieved from the directory server.
| Field Summary | |
private CustomLocation |
m_customLoc
|
private java.lang.String |
m_ID
|
| Constructor Summary | |
CustomLocationRecord(java.lang.String id,
CustomLocation customLoc)
Constructor for ID and customLocation |
|
| Method Summary | |
CustomLocation |
getCustomLocation()
Gets the custom location |
java.lang.String |
getID()
Gets the ID of the custom location |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private java.lang.String m_ID
private CustomLocation m_customLoc
| Constructor Detail |
public CustomLocationRecord(java.lang.String id,
CustomLocation customLoc)
id - a String to represent a custom location IDcustomLoc - CustomLocation object| Method Detail |
public java.lang.String getID()
public CustomLocation getCustomLocation()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||